GCP logo Cloud Build

Automating GCP build when new blog post is published

2024-06-06

In this post, I'll share my journey from manual uploads of new blog posts to a CI/CD automated approach. Buckle up, because we're harnessing the power of GCP Cloud Build to say goodbye to manual deployments and hello to effortless updates! Let's explore how I built a system that automatically builds and deploys my latest blog content directly from my GitLab repository to my dedicated Cloud Storage bucket, ensuring my website is always serving the freshest content after a code push.

... Read More